refactor flow algorithm#523
Conversation
9e59644 to
c7ad0f3
Compare
1bb9262 to
fe866be
Compare
31600e6 to
fcfa142
Compare
|
Sorry to comment here, but after this got merged I see a performance regression when running Do you have any suggestion how to debug this? |
which repo? |
|
https://github.com/nvim-treesitter/nvim-treesitter/tree/main ( with a local {
"workspace" : {
"ignoreDir": [ "lua/nvim-treesitter/async.lua" ]
},
"diagnostics" : {
"disable" : [
"unnecessary-if",
"unnecessary-assert",
"duplicate-require"
]
},
"strict": {
"typeCall": true,
"arrayIndex": true
}
} |
|
I’ll test it tomorrow when I have time. I’m getting off work now. |
|
Now the check is instant again! Thanks for the very fast fix! |
No description provided.